home *** CD-ROM | disk | FTP | other *** search
/ GORO 1 / GORO 1.iso / mac / DATA / 09ITAYA.DIR / 00002_Script_2 < prev    next >
Text File  |  1996-10-24  |  170b  |  14 lines

  1. on exitFrame
  2.   
  3.   
  4.   
  5.   if GET_MODE()="B" then
  6.     go to marker(1)
  7.   end if
  8.   if GET_MODE()="A" then
  9.     go to marker(1)
  10.   end if
  11.   
  12.   
  13.   go to the frame
  14. end